home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Utilities / GBlanker / Source / protos / winhand.h < prev   
Encoding:
C/C++ Source or Header  |  1994-07-03  |  191 b   |  11 lines

  1. #ifndef WINHAND_H
  2. #define WINHAND_H
  3.  
  4. extern BYTE *InfoStr;
  5.  
  6. STRPTR NameSansParens( STRPTR );
  7. STRPTR NameForEntry( struct List *, LONG );
  8. LONG openMainWindow( VOID );
  9.  
  10. #endif /* WINDHAND_H */
  11.